home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / gimp-2.0.5-i586-setup / gimp-2.0.5-i586-setup.exe / {app} / share / gimp / 2.0 / themes / Default / gtkrc next >
Encoding:
Text File  |  2004-09-26  |  2.0 KB  |  85 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set> style <style_name>
  11. # widget_class <widget_class_set> style <style_name>
  12.  
  13.  
  14. # Don't define icons for the Default theme as they are compiled in
  15. #
  16. # include "imagerc"
  17.  
  18. # Do override some GTK stock icons however.
  19.  
  20. style "gimp-default-style"
  21. {
  22.   stock["gtk-dialog-error"] =
  23.     {
  24.       { "images/stock-error-64.png", *, *, "gtk-dialog" }
  25.     }
  26.   stock["gtk-dialog-info"] =
  27.     {
  28.       { "images/stock-info-64.png", *, *, "gtk-dialog" }
  29.     }
  30.   stock["gtk-dialog-question"] =
  31.     {
  32.       { "images/stock-question-64.png", *, *, "gtk-dialog" }
  33.     }
  34.   stock["gtk-dialog-warning"] =
  35.     {
  36.       { "images/stock-warning-64.png", *, *, "gtk-dialog" }
  37.     }
  38.  
  39.   GtkPaned::handle_size            = 6
  40.   GimpDock::separator_height       = 6
  41.   GimpDock::default_height         = 300
  42.   GimpImageDock::minimal_width     = 250
  43.   GimpImageDock::menu_preview_size = button
  44.   GimpToolbox::tool_icon_size      = button
  45.   GimpToolbox::button_relief       = none
  46.   GimpDockbook::tab_border         = 0
  47.   GimpDockbook::tab_icon_size      = button
  48.   GimpColorNotebook::tab_border    = 0
  49.   GimpColorNotebook::tab_icon_size = button
  50.   GimpDockable::content_border     = 2
  51.   GimpEditor::content_spacing      = 2
  52.   GimpEditor::button_spacing       = 2
  53.   GimpEditor::button_icon_size     = menu
  54.   GtkDialog::content_area_border   = 0
  55.   GtkDialog::button_spacing        = 4
  56.   GtkDialog::action_area_border    = 6
  57. }
  58.  
  59. class "GtkWidget" style "gimp-default-style"
  60.  
  61.  
  62. style "gimp-tiny-font-style"
  63. {
  64.   font_name = "sans 8"
  65. }
  66.  
  67. class "*Ruler*" style "gimp-tiny-font-style"
  68.  
  69.  
  70. style "gimp-grid-view-style" = "gimp-default-style"
  71. {
  72.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  73. }
  74.  
  75. widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
  76.  
  77.  
  78. style "gimp-dockable-button-style" = "gimp-default-style"
  79. {
  80.   GtkButton::focus_line_width   = 0
  81.   GtkButton::focus_line_padding = 0
  82. }
  83.  
  84. widget "*GimpDockable.GtkButton*" style "gimp-dockable-button-style"
  85.